Fix python pciif script to reference correct 2.0 compatibility variable.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 5 May 2006 13:01:43 +0000 (14:01 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 5 May 2006 13:01:43 +0000 (14:01 +0100)
commitbe3309cba2bbe806e603d11fb01191196a927aac
tree4424e44e8073e64b37f7d46dffe5a3d284fef90a
parent5451ced6be1e93d294a6a830020c5efc759281a0
Fix python pciif script to reference correct 2.0 compatibility variable.

In the Xen 2.0.x compatibility section of xend (where we try to parse
the s-expressions if they came from an SXP configuration file for Xen
2.0.x), the wrong variable is referenced. This fix corrects the python
script to use the correct variable.

Thanks to Mike Wright for reporting this.

Signed-off-by: Ryan Wilson <hap9@epoch.ncsc.mil>
tools/python/xen/xend/server/pciif.py